@font-face {

    font-family: "FranklinGothic";

    src: url("https://images.hanlonsonline.co.uk/Our Newham BS5/fonts/FranklinGothic.ttf");

    font-weight: 700;

    font-style: normal;

}

@font-face {

    font-family: "FranklinGothicMedium";

    src: url("https://images.hanlonsonline.co.uk/Our Newham BS5/fonts/FranklinGothicMedium.ttf");

    font-weight: 700;

    font-style: normal;

}

footer#footer {
    background: #9fcfaa !important;
}

a#footerLinks {
    color: #000 !important;
    font-family: "FranklinGothic";
}

a#footerLinksOne {
    color: #000 !important;
    font-family: "FranklinGothic";
}

a#footerLinksTwo {
    color: #000 !important;
    font-family: "FranklinGothic";
}

a#ChangeCookiePreferences {
    color: #000 !important;
    font-family: "FranklinGothic";
}

p#footerTextOne {
    text-align: center;
    color: #000 !important;
    font-weight: 600;
}

p#footerTextTwo {
    text-align: center;
    color: #000 !important;
    font-weight: 600;
}

p#footerTextThree {
    text-align: center;
    color: #000 !important;
    font-weight: 600;
}

p#footerTextFour {
    text-align: center;
    color: #000 !important;
    font-weight: 600;
}

p#poweredby_p {
    color: #000 !important;
    font-weight: 600;
    font-family: "Dosis-Regular";
    font-size: 20px;
}

a#hanlonClient {
    color: #000 !important;
    text-decoration: underline;
}

a.login-link {
    background: #9fcfaa !important;
    color: #000 !important;
    border: 2px solid #000 !important;
}

a.register-link {
    background: #9fcfaa !important;
    color: #000 !important;
    border: 2px solid #000 !important;
}

#apprenticeships {
    background-image: url("https://images.hanlonsonline.co.uk/Newham/content/images/ONW Apprenticeships Banner.jpg");
    height: 590px;
    padding: 100px;
    width: 169%;
    margin-left: -35%;
}

.apprenticeships-one {
    width: 500px;
    margin-top: 12%;
    margin-left: -49%;
}

.grey-background {
    margin-left: -18%;
}

h1.apprenticeships-title-one {
    margin-top: 5%;
}

h2.apprenticeships-title-two {
    color: #000;
    font-family: "FranklinGothic";
}

h2.apprenticeships-title-three {
    color: #000;
    font-family: "FranklinGothic";
}

div#bulletPointList {
    font-family: "Dosis-Regular";
    font-size: 18px;
    color: #000;
}

div#bulletPointListTwo {
    font-family: "Dosis-Regular";
    font-size: 18px;
    color: #000;
}

div#bulletPointListThree {
    font-family: "Dosis-Regular";
    font-size: 18px;
    color: #000;
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1440px) {
    #apprenticeships {
        height: 590px;
        width: 115%;
        margin-left: -7%;
    }


    .apprenticeships-one {
        width: 350px;
        margin-top: 12%;
        margin-left: 0%;
    }

    .grey-background {
        margin-left: 0%;
    }
}

@media only screen and (max-width: 1024px) {
    #apprenticeships {
        height: 500px;
        width: 131%;
        margin-left: -24%;
        background-size: cover;
    }

    .apprenticeships-one {
        width: 275px;
        margin-top: 12%;
        margin-left: 0%;
    }
}

@media only screen and (max-width: 768px) {
    #apprenticeships {
        height: 275px;
        width: 119%;
        margin-left: -8%;
        background-size: cover;
    }

    .apprenticeships-one {
        width: 215px;
        margin-top: 12%;
        margin-left: 0%;
    }

    .grey-background {
        margin-left: 0;
    }

    nav.navbar.navbar-expand-lg.main-nav {
        left: 0px;
    }
}

@media only screen and (max-width: 425px) {

    #apprenticeships {
        height: 190px;
        padding: 100px;
        width: 118%;
        margin-left: -8%;
        background-size: cover;
    }
}